.discription{
	margin: 0% 10% .5% 10%;
	text-align:left;
}
.head{
	background-color: #7180B9;
	margin: 5% 5% .5% 5%;
}
body{
	background-color: #DFF3E4;
	font-family: Times New Romans;
	text-align:center;
	color: #5C7457;
	font-size: 30px;
}
#navbar{	
  background-color: #7180B9;
  list-style-type: none;
  margin: 0% 5% .5% 7%;
  padding: 0;
}

/*Navbar*/
#navbar a{
  background-color: #7180B9;
  color: white;
  padding: 10px 25px;
  text-align: center;
  display: inline-block;
  float:left;
  font-weight:500;
  font-family:calibri;
  font-size:14pt;  
}

#navbar a:hover {
  background-color: #a1c181;
  color: #f5f5f5;
}
#navbar a:active {
  background-color: #a1c181;
  color: #f5f5f5;
}
.tab{
	color:#666A86;
	margin: 5% 5% 5% 10%;
	font-size: 20px;
	display:inline-block;
}
table, th, td {
  border: 1px solid black;
}
.titles{
	color:black;
	font-size:35px;
}
a:link{
	text-decoration-style:line;
}
a:hover{
	font-size: 1em;
}
.dis{
	font-size: 35px;
}
.pic{
	margin: 0% 5% 0% 5%;
	width: 25%;
}